home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / photo925.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1998-10-08  |  296 b   |  13 lines

  1. on viewerinit00
  2.   global zoomfg, zoomlevel
  3.   clearGlobals()
  4.   puppetSound(2, "viewer.aif")
  5.   puppetTempo(15)
  6.   set the visible of sprite 31 to 0
  7.   set the visible of sprite 35 to 0
  8.   set the visible of sprite 36 to 0
  9.   set the visible of sprite 37 to 0
  10.   set zoomfg to 0
  11.   set zoomlevle to 0
  12. end
  13.